home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / rvga01 / global.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-10  |  424 b   |  24 lines

  1. /**********************************************
  2.  
  3.     Reglage - Global #include file
  4.  
  5.     Use in all programs?
  6.  
  7. **********************************************/
  8.  
  9. #ifndef __GLOBAL_H
  10. #define __GLOBAL_H
  11.  
  12.  
  13. /**********************************************
  14.  
  15.     TypeDefs
  16.  
  17. **********************************************/
  18.  
  19. typedef unsigned char UBYTE;
  20. typedef unsigned int UWORD;
  21. typedef unsigned long int ULONG;
  22.  
  23.  
  24. #endif